home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _global.oGame.PlaySound("buttonDown");
- _global.scoreTotal = 0;
- _global.life2 = true;
- _global.life4 = true;
- _global.life6 = true;
- _global.life7 = true;
- _global.life8 = true;
- _global.life9 = true;
- _global.Joker0 = true;
- _global.Joker1 = true;
- _global.Joker2 = true;
- _global.Joker3 = true;
- _global.Joker4 = true;
- _global.Joker5 = true;
- _global.Joker6 = true;
- _global.Joker7 = true;
- _global.Joker8 = true;
- _global.Joker9 = true;
- _global.persoLife = 3;
- _global.oGame.stopSound("Musique" + _global.oGame.level);
- _global.oGame.stopSound("MusiqueIntro");
- _parent.gotoAndPlay("MainLoop");
- this.gotoAndStop("over");
- }
-